func google.golang.org/protobuf/encoding/protowire.consumeFieldValueD

3 uses

	google.golang.org/protobuf/encoding/protowire (current package)
		wire.go#L117: 	return consumeFieldValueD(num, typ, b, DefaultRecursionLimit)
		wire.go#L120: func consumeFieldValueD(num Number, typ Type, b []byte, depth int) (n int) {
		wire.go#L152: 			n = consumeFieldValueD(num2, typ2, b, depth-1)